This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
I am no expert in java but i had a similar problem.
You need to edit the permissions in your JVM to allow your action.
For this edit the file "java.policy" in the "lib/security/" directory of the Lotus Notes/Domino JVM.
(ex. C:\Program Files\IBM\Lotus\Notes\jvm\lib\security\java.policy)
For testing purposes you can grant all permissions like this:
grant {
permission java.security.AllPermission;
};
After changing the java.policy file the JVM needs o be restarted for the changes to take effect.
Best way is to restart the Notes-client or the Domino-server.
(For the server it should be enough to restart the HTTP and AgentManager task.)
Hope this helps
Hynek
Feedback response number WEBB8MCHVN created by ~John Quetkropulynds on 10/05/2011